home *** CD-ROM | disk | FTP | other *** search
- @echo off
- set F=0
- if exist savegame\settings.dat goto CHECKDEMO
- md savegame
-
- :CHECKDEMO
- if not exist demo\hackdemo.exe goto CONTINUE
- cd demo
- hackdemo short.dat /endmode=255 /NODIGI %1 %2
- cd ..
-
- :CONTINUE
- aesop hack phase-one
- set F=1
- if ERRORLEVEL 3 goto CONTINUE
- if ERRORLEVEL 2 goto CHECKDEMO
- if ERRORLEVEL 1 goto EXIT
- cd savegame
- ..\maze %1 %2
- cd ..
- if ERRORLEVEL 1 goto EXIT
-
- aesop hack phase-two
- if ERRORLEVEL 1 goto EXIT
- goto CONTINUE
-
- :EXIT
- set F=
-